home *** CD-ROM | disk | FTP | other *** search
- object MMBMPIndexForm: TMMBMPIndexForm
- Left = 200
- Top = 104
- BorderStyle = bsDialog
- Caption = 'BitmapIndex-Editor'
- ClientHeight = 310
- ClientWidth = 368
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object ClientPanel: TPanel
- Left = 0
- Top = 0
- Width = 281
- Height = 310
- Align = alLeft
- BevelInner = bvLowered
- BevelOuter = bvNone
- BorderWidth = 3
- Caption = 'ClientPanel'
- TabOrder = 0
- object ListHeader: THeader
- Left = 4
- Top = 4
- Width = 273
- Height = 20
- Align = alTop
- Sections.Sections = (
- #0'77'#0' ID'
- #0'43'#0' Bitmap')
- TabOrder = 0
- OnSized = ListHeaderSized
- end
- object Panel4: TPanel
- Left = 4
- Top = 24
- Width = 273
- Height = 282
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 1
- Caption = 'Panel4'
- TabOrder = 1
- object ListBox: TListBox
- Left = 1
- Top = 1
- Width = 271
- Height = 280
- Align = alClient
- BorderStyle = bsNone
- ItemHeight = 40
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDblClick = ListBoxDblClick
- OnDrawItem = ListBoxDrawItem
- end
- end
- end
- object btnOK: TButton
- Left = 288
- Top = 4
- Width = 75
- Height = 23
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 288
- Top = 32
- Width = 75
- Height = 23
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-